[19.0][MIG] web_sheet_full_width: Migration to 19.0 - #3618
Open
idris-domatix wants to merge 39 commits into
Open
[19.0][MIG] web_sheet_full_width: Migration to 19.0#3618idris-domatix wants to merge 39 commits into
idris-domatix wants to merge 39 commits into
Conversation
In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association.
- Add margin for better visibility - Add web_sheet_full_width migration state Done - Update to new OCA README.rst format.
[MIG] adapt web_sheet_full_width to V10.0 web framework
…renthesis in readme.
* less -> scss * fragment readme + add a pointer to web_responsive
More specifically, in web_enterprise the selector .o_form_view.o_xxl_form_view > .o_form_sheet_bg > .o_form_sheet fixes the width and has more specificity than this one
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-16.0/web-16.0-web_sheet_full_width Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_sheet_full_width/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration of
web_sheet_full_widthto 19.0Standard migration. Module history ported from 16.0.
Migration changes:
versionbumped to19.0.1.0.0, and assets moved from the removedweb.assets_commonbundle toweb.assets_backend(the common bundle was split in 19.0)..o_FormRenderer_chatterContainer→.o-mail-Form-chatter(renamed in 19.0).<?xml ?>declaration fromstatic/description/index.html(in 19.0 it breaksdescription_htmlcomputation and prevents the module from installing).pyproject.toml(whool).Validation (local, without demo, mirroring CI):
pre-commitgreen.--test-enable --without-demo=all: clean, module loads without traceback.No Python tests in this module.